From 0144de90fc7e9b49128f3388e8961bb003bf5c4e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 24 Oct 2024 06:17:34 -0700 Subject: [PATCH] nixpkgs update --- flake.lock | 6 +++--- flake.nix | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 1b74d05..eb88be7 100755 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 738cc49..3e87c1d 100755 --- a/flake.nix +++ b/flake.nix @@ -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 + ]; + }; }; }