flake: add nil to cached packages
Some checks are pending
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions

This commit is contained in:
raf 2025-06-23 21:33:13 +03:00
commit 1e14ef78e2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 6 additions and 0 deletions

BIN
flake.lock generated

Binary file not shown.

View file

@ -62,6 +62,7 @@
# 3rd party packages
"wiremix"
"nil"
];
mappedPkgs = listToAttrs (map (input: {
@ -144,5 +145,10 @@
systems.follows = "systems";
};
};
nil = {
url = "github:oxalica/nil";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}