nixpkgs update

This commit is contained in:
naturallaw77 2024-10-24 06:17:34 -07:00
parent 19da88bd1a
commit d0aa1735cb
2 changed files with 9 additions and 6 deletions

6
flake.lock generated
View File

@ -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": {

View File

@ -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
];
}; };
}; };
} }