diff --git a/flake.lock b/flake.lock index 6663a386..23d8312c 100644 --- a/flake.lock +++ b/flake.lock @@ -74,16 +74,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730642263, - "narHash": "sha256-UXqvGZOHUDeAo8Sv5A5oObiQgBPELVgHQi130TU0jMU=", - "owner": "NixOS", + "lastModified": 1734129345, + "narHash": "sha256-HysY+MsSSKdzcXmMyClaHh5DuI8j8/QA1GmkGnMkjK8=", + "owner": "nikstur", "repo": "nixpkgs", - "rev": "650fe87347086b30a6dbcc32b55987ce5a23c6ae", + "rev": "98b9d23c5d22af142a64482ddbd650b3e11daaab", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixos-unstable-small", + "owner": "nikstur", + "ref": "sysrq-poweroff", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5e0bf897..f6bc6dc5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Secure Boot for NixOS"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nikstur/nixpkgs/sysrq-poweroff"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";