update the flake for mach-nix 3.4

This commit is contained in:
Andreas Zweili 2022-02-04 09:58:42 +01:00
parent 3413c9da9d
commit 8ccad207a9
2 changed files with 48 additions and 29 deletions

View File

@ -15,31 +15,57 @@
"type": "github" "type": "github"
} }
}, },
"mach-nix": { "flake-utils_2": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"pypi-deps-db": "pypi-deps-db"
},
"locked": { "locked": {
"lastModified": 1643434273, "lastModified": 1642700792,
"narHash": "sha256-FMDYaSTqk2YHBr8ipEzoVOIsParaDXXqagvkq1Z3Plk=", "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
"owner": "DavHau", "owner": "numtide",
"repo": "mach-nix", "repo": "flake-utils",
"rev": "7f1372dae793f36718be6122b0a2e8d99c46c43f", "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "DavHau", "owner": "numtide",
"repo": "mach-nix", "repo": "flake-utils",
"type": "github" "type": "github"
} }
}, },
"mach-nix": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs",
"pypi-deps-db": "pypi-deps-db"
},
"locked": {
"lastModified": 1643953409,
"narHash": "sha256-CJDg/RpZdUVyI3QIAXUqIoYDl7VkxFtNE4JWih0ucKc=",
"owner": "DavHau",
"repo": "mach-nix",
"rev": "fe5255e6fd8df57e9507b7af82fc59dda9e9ff2b",
"type": "github"
},
"original": {
"id": "mach-nix",
"ref": "3.4.0",
"type": "indirect"
}
},
"nixpkgs": { "nixpkgs": {
"locked": {
"lastModified": 1643805626,
"narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "554d2d8aa25b6e583575459c297ec23750adb6cb",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1643503720, "lastModified": 1643503720,
"narHash": "sha256-tJic20ufuRnG8V+fTCd3YU6xl1ImxNspoEkXHct0AG4=", "narHash": "sha256-tJic20ufuRnG8V+fTCd3YU6xl1ImxNspoEkXHct0AG4=",
@ -58,11 +84,11 @@
"pypi-deps-db": { "pypi-deps-db": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1643704601, "lastModified": 1643919960,
"narHash": "sha256-xC3nlZnQne9s60BxMyBBt/+Gn4Yydo5Etacj6ueyvuw=", "narHash": "sha256-YhB/Jx//oCoMRPPbEeXzwg/R2FbrZygIm1heJFHcxmI=",
"owner": "DavHau", "owner": "DavHau",
"repo": "pypi-deps-db", "repo": "pypi-deps-db",
"rev": "a44853469d0d6bc65cd382f24e4e60ff59bd60b2", "rev": "e37d526a241f7568879fe2ec791a85b3e6a09fa5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -75,7 +101,7 @@
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"mach-nix": "mach-nix", "mach-nix": "mach-nix",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs_2"
} }
} }
}, },

View File

@ -6,14 +6,7 @@
url = github:numtide/flake-utils; url = github:numtide/flake-utils;
}; };
mach-nix = { mach-nix = {
url = "github:DavHau/mach-nix"; url = "mach-nix/3.4.0";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
pypi-deps-db = {
url = "github:DavHau/pypi-deps-db";
};
};
}; };
}; };