Fix addition of inputs.aaru
in flake
.
This commit is contained in:
parent
972707d14c
commit
ad88cdd31e
2 changed files with 5 additions and 4 deletions
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701585500,
|
"lastModified": 1719655621,
|
||||||
"narHash": "sha256-0yu+4chJOopJckzkyVgXnmGBZIp2nheefDW/YrvXr3o=",
|
"narHash": "sha256-ncoDXVuuVnCqDOYwYfxd3vL6cEA4k4Zg/Sl8H8PNVJQ=",
|
||||||
"owner": "Whovian9369",
|
"owner": "Whovian9369",
|
||||||
"repo": "aaru-nix-flake",
|
"repo": "aaru-nix-flake",
|
||||||
"rev": "6c12900eb4ab92c087626f3b7c09d9b925e77a55",
|
"rev": "56debc0f1a23dba8bcfcffa39700e3db369a3745",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
# Lix
|
# Lix
|
||||||
lix-module,
|
lix-module,
|
||||||
# Added by me
|
# Added by me
|
||||||
agenix, home-manager, nix-index-database, xil, ... }:
|
agenix, home-manager, nix-index-database, xil, aaru, ... }:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
@ -165,6 +165,7 @@
|
||||||
# to home.nix
|
# to home.nix
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
inherit aaru;
|
||||||
inherit xil;
|
inherit xil;
|
||||||
inherit nixpkgs;
|
inherit nixpkgs;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
|
|
Loading…
Reference in a new issue