nixpkgs follows issue

This commit is contained in:
John Lancaster
2026-03-26 18:30:28 -05:00
parent 238e64437c
commit 4c7da4abfa
3 changed files with 40 additions and 11 deletions
Generated
+38 -6
View File
@@ -110,11 +110,11 @@
"nixos-hardware": { "nixos-hardware": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1774465523, "lastModified": 1774566726,
"narHash": "sha256-4v7HPm63Q90nNn4fgkgKsjW1AH2Klw7XzPtHJr562nM=", "narHash": "sha256-pT3tSM29jfpED6fUYE9VNN7VNJPf2qY+LNx1jggoKRk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "de895be946ad1d8aafa0bb6dfc7e7e0e9e466a29", "rev": "1c9e124b26ef9b4f10d778a20a425be30505874b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -152,6 +152,22 @@
"url": "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz" "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": { "root": {
"inputs": { "inputs": {
"flake-file": "flake-file", "flake-file": "flake-file",
@@ -165,9 +181,7 @@
"nixpkgs" "nixpkgs"
], ],
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"wrapper-modules": [ "wrapper-modules": "wrapper-modules"
"nixpkgs"
]
} }
}, },
"sops-nix": { "sops-nix": {
@@ -204,6 +218,24 @@
"repo": "default", "repo": "default",
"type": "github" "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", "root": "root",
+1 -4
View File
@@ -25,9 +25,6 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
wrapper-modules = { wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
url = "github:BirdeeHub/nix-wrapper-modules";
follows = "nixpkgs";
};
}; };
} }
+1 -1
View File
@@ -1,7 +1,7 @@
{ self, inputs, ... }: { { self, inputs, ... }: {
flake-file.inputs = { flake-file.inputs = {
wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules"; wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
wrapper-modules.follows = "nixpkgs"; # wrapper-modules.inputs.nixpkgs.follows = "nixpkgs";
}; };
flake.modules.nixos.niri = { pkgs, lib, ... }: { flake.modules.nixos.niri = { pkgs, lib, ... }: {