This commit is contained in:
Miguel Palhas
2024-12-05 18:47:42 +00:00
parent 1cbd9bb1de
commit 2cd955331c
2 changed files with 4 additions and 5 deletions
Generated
+3 -4
View File
@@ -288,16 +288,15 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1730625090, "lastModified": 1733389821,
"narHash": "sha256-lWfkkj+GEUM0UqYLD2Rx3zzILTL3xdmGJKGR4fwONpA=", "narHash": "sha256-stiL/HTX6GJz/M9wtOfFum4SEc9i1AtguOYjkbUQscI=",
"owner": "shazow", "owner": "shazow",
"repo": "foundry.nix", "repo": "foundry.nix",
"rev": "1c6a742bcbfd55a80de0e1f967a60174716a1560", "rev": "6edd3054bde0967683a1c2d94907a84e778dc295",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "shazow", "owner": "shazow",
"ref": "monthly",
"repo": "foundry.nix", "repo": "foundry.nix",
"type": "github" "type": "github"
} }
+1 -1
View File
@@ -35,7 +35,7 @@
flake = false; flake = false;
}; };
foundry = { foundry = {
url = "github:shazow/foundry.nix/monthly"; url = "github:shazow/foundry.nix";
}; };
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
hardware.url = "github:NixOS/nixos-hardware/master"; hardware.url = "github:NixOS/nixos-hardware/master";