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"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1729699620,
|
||||
"narHash": "sha256-f6S8JX5w9bPLMbaqR5dM5koybZntdSFfKyfq/LQU7rs=",
|
||||
"lastModified": 1729758248,
|
||||
"narHash": "sha256-xTe7A0cOue3c+IGJOQ3ofbitBf4XhfXViWeDGNZUGkM=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "029eafd70d6e28919a9ec01a94a46b51c4ccff40",
|
||||
"rev": "46f658d9606278ca8ebd0220039293e30d38a706",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -25,9 +25,7 @@
|
||||
|
||||
};
|
||||
|
||||
nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: {
|
||||
|
||||
specialArgs = attrs;
|
||||
nixosModules.Sovran_SystemsOS = { pkgs, bisq1, ... }: {
|
||||
|
||||
imports = [
|
||||
|
||||
@ -40,6 +38,11 @@
|
||||
nixvim.nixosModules.nixvim
|
||||
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bisq1.packages.bisq-desktop
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user