Compare commits

...

2 Commits

Author SHA1 Message Date
xenia 2451f14ba7 update upstream 2024-11-13 00:48:28 -05:00
xenia 95738f98e7 fix non-flake default.nix usage with extra args 2024-11-13 00:47:30 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ let
sha256 = lockFile.nodes.lix-module.locked.narHash;
};
in
{ overlays ? [] } @ args:
{ overlays ? [], ... } @ args:
import "${nixpkgs}" {
overlays = [
(import ./overlay.nix)

View File

@ -30,11 +30,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1729307008,
"narHash": "sha256-QUvb6epgKi9pCu9CttRQW4y5NqJ+snKr1FZpG/x3Wtc=",
"lastModified": 1731239293,
"narHash": "sha256-q2yjIWFFcTzp5REWQUOU9L6kHdCDmFDpqeix86SOvDc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a9b86fc2290b69375c5542b622088eb6eca2a7c3",
"rev": "9256f7c71a195ebe7a218043d9f93390d49e6884",
"type": "github"
},
"original": {