Compare commits

..

No commits in common. "main" and "nix" have entirely different histories.
main ... nix

3 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720896038, "lastModified": 1665087388,
"narHash": "sha256-4wHyQxCN7H2K00k90jOz/pFjd+3/pvC4Ueg5c2gOno4=", "narHash": "sha256-FZFPuW9NWHJteATOf79rZfwfRn5fE0wi9kRzvGfDHPA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "eec0d0b42f3f34a35b918d4c523b20477a04962b", "rev": "95fda953f6db2e9496d2682c4fc7b82f959878f7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -20,7 +20,7 @@
pkgs = nixpkgsFor.${system}; pkgs = nixpkgsFor.${system};
in in
{ {
default = pkgs.buildNimPackage { default = pkgs.nimPackages.buildNimPackage {
name = "norbert"; name = "norbert";
src = self; src = self;
}; };