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:
Jonas Rabenstein 2025-11-26 02:52:11 +01:00
commit 72f2a2ddc0
3 changed files with 18 additions and 63 deletions

View file

@ -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 ./.;
}