cleanup #2 thanks raf

This commit is contained in:
jacekpoz 2024-03-19 00:08:02 +01:00
parent a65507f822
commit 19e1c3b9c7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -8,9 +8,9 @@
} @ inputs: { } @ inputs: {
# TODO steal this from raf when I have time and energy # TODO steal this from raf when I have time and energy
#lib = import (self + /lib) { inherit inputs; }; #lib = import (self + /lib) { inherit inputs; };
lib = nixpkgs.lib; inherit (nixpkgs) lib;
nixosConfigurations = import ./hosts { inherit nixpkgs inputs; }; nixosConfigurations = import ./hosts { inherit inputs; };
}; };
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";