diff --git a/flake.lock b/flake.lock index be1eca9..c2d1ae5 100644 --- a/flake.lock +++ b/flake.lock @@ -110,11 +110,11 @@ "nixos-hardware": { "flake": false, "locked": { - "lastModified": 1774465523, - "narHash": "sha256-4v7HPm63Q90nNn4fgkgKsjW1AH2Klw7XzPtHJr562nM=", + "lastModified": 1774566726, + "narHash": "sha256-pT3tSM29jfpED6fUYE9VNN7VNJPf2qY+LNx1jggoKRk=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "de895be946ad1d8aafa0bb6dfc7e7e0e9e466a29", + "rev": "1c9e124b26ef9b4f10d778a20a425be30505874b", "type": "github" }, "original": { @@ -152,6 +152,22 @@ "url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1773840656, + "narHash": "sha256-9tpvMGFteZnd3gRQZFlRCohVpqooygFuy9yjuyRL2C0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "9cf7092bdd603554bd8b63c216e8943cf9b12512", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "flake-file": "flake-file", @@ -165,9 +181,7 @@ "nixpkgs" ], "sops-nix": "sops-nix", - "wrapper-modules": [ - "nixpkgs" - ] + "wrapper-modules": "wrapper-modules" } }, "sops-nix": { @@ -204,6 +218,24 @@ "repo": "default", "type": "github" } + }, + "wrapper-modules": { + "inputs": { + "nixpkgs": "nixpkgs_3" + }, + "locked": { + "lastModified": 1774538285, + "narHash": "sha256-KRDNQDEWjB2O5SRH/oUTzi34cNxlIT8sab0FK2uqZ2g=", + "owner": "BirdeeHub", + "repo": "nix-wrapper-modules", + "rev": "15d740b2bfc545189a569147da7718457c12758e", + "type": "github" + }, + "original": { + "owner": "BirdeeHub", + "repo": "nix-wrapper-modules", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 943f2e0..3dc09aa 100644 --- a/flake.nix +++ b/flake.nix @@ -25,9 +25,6 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - wrapper-modules = { - url = "github:BirdeeHub/nix-wrapper-modules"; - follows = "nixpkgs"; - }; + wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules"; }; } diff --git a/modules/programs/niri.nix b/modules/programs/niri.nix index 6280271..99a3ad0 100644 --- a/modules/programs/niri.nix +++ b/modules/programs/niri.nix @@ -1,7 +1,7 @@ { self, inputs, ... }: { flake-file.inputs = { wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules"; - wrapper-modules.follows = "nixpkgs"; + # wrapper-modules.inputs.nixpkgs.follows = "nixpkgs"; }; flake.modules.nixos.niri = { pkgs, lib, ... }: {