Use explicit nixpkgs flake URL

This commit is contained in:
2025-12-01 15:22:58 +01:00
parent 1eed8a02b3
commit e601dc1fb6
2 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
};
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware";
agenix = {
url = "github:ryantm/agenix";