remove inputs
We actually do not depend on any input here. Only if a nixosConfiguration should be instantiated, but it is already expected that the user will provide a (more up-to-date) nixpkgs flake that we use.
This commit is contained in:
parent
f3f83a56ab
commit
72f2a2ddc0
3 changed files with 18 additions and 63 deletions
|
|
@ -1,8 +1,3 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
hardware.url = "github:nixos/nixos-hardware";
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: import ./lib/flake.nix inputs ./.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue