default.nix: cleanup
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964349f8e23a87c2c0c9ab0d949d1bb92ad
This commit is contained in:
parent
0b82c15255
commit
0a37fb5863
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
let
|
let
|
||||||
inherit (builtins) mapAttrs;
|
inherit (builtins) currentSystem filter mapAttrs;
|
||||||
inherit (builtins) filter;
|
|
||||||
inherit (builtins) currentSystem;
|
|
||||||
|
|
||||||
# https://github.com/andir/npins?tab=readme-ov-file#using-the-nixpkgs-fetchers
|
# https://github.com/andir/npins?tab=readme-ov-file#using-the-nixpkgs-fetchers
|
||||||
src = import ./npins;
|
src = import ./npins;
|
||||||
|
@ -14,7 +12,6 @@ let
|
||||||
|
|
||||||
mkSystem = system: hostname:
|
mkSystem = system: hostname:
|
||||||
import (src.nixpkgs + "/nixos/lib/eval-config.nix") {
|
import (src.nixpkgs + "/nixos/lib/eval-config.nix") {
|
||||||
system = currentSystem;
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit sources;
|
inherit sources;
|
||||||
self = ./.;
|
self = ./.;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue