nixpkgs update
This commit is contained in:
parent
19da88bd1a
commit
d0aa1735cb
6
flake.lock
generated
6
flake.lock
generated
@ -460,11 +460,11 @@
|
|||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729699620,
|
"lastModified": 1729758248,
|
||||||
"narHash": "sha256-f6S8JX5w9bPLMbaqR5dM5koybZntdSFfKyfq/LQU7rs=",
|
"narHash": "sha256-xTe7A0cOue3c+IGJOQ3ofbitBf4XhfXViWeDGNZUGkM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "029eafd70d6e28919a9ec01a94a46b51c4ccff40",
|
"rev": "46f658d9606278ca8ebd0220039293e30d38a706",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -25,9 +25,7 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: {
|
nixosModules.Sovran_SystemsOS = { pkgs, bisq1, ... }: {
|
||||||
|
|
||||||
specialArgs = attrs;
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
||||||
@ -40,6 +38,11 @@
|
|||||||
nixvim.nixosModules.nixvim
|
nixvim.nixosModules.nixvim
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
bisq1.packages.bisq-desktop
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user