fix flake.nix
This commit is contained in:
parent
672acfbc3e
commit
b310232a90
2 changed files with 41 additions and 29 deletions
68
flake.lock
68
flake.lock
|
@ -43,6 +43,27 @@
|
|||
"url": "https://git.chir.rs/darkkirb/chir.rs.git"
|
||||
}
|
||||
},
|
||||
"dns": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils_4",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1642952832,
|
||||
"narHash": "sha256-eU6y5oYs8HUS7Mmo6h8qsl+gLa4zLlhIl0Ryk4e4r2M=",
|
||||
"owner": "DarkKirb",
|
||||
"repo": "dns.nix",
|
||||
"rev": "3fa62dfd5050ab363d1f3cdf2d1cf4c5bd91fe99",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "DarkKirb",
|
||||
"repo": "dns.nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
@ -106,11 +127,11 @@
|
|||
},
|
||||
"flake-utils_4": {
|
||||
"locked": {
|
||||
"lastModified": 1642700792,
|
||||
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
|
||||
"lastModified": 1614513358,
|
||||
"narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
|
||||
"rev": "5466c5bbece17adaab2d82fae80b46e807611bf3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -255,22 +276,6 @@
|
|||
}
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1642880071,
|
||||
"narHash": "sha256-NZW5BczhluZVkKblxrFqJbawUPxuC2HdKQ1t/+vKA34=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "30daa988f107bc4c910c398a77b2b89864049932",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixpkgs-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_5": {
|
||||
"locked": {
|
||||
"lastModified": 1642926511,
|
||||
"narHash": "sha256-VOGQYVSp29EFQSlkwDvOkL6hvjaXT9C7rwTvgQsJ3ac=",
|
||||
|
@ -288,11 +293,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1642919252,
|
||||
"narHash": "sha256-vys7uueK4bTJWvJZHJ0OQNJ4JECFk0dddjfOlSAnIPs=",
|
||||
"lastModified": 1642960952,
|
||||
"narHash": "sha256-BPx2cLEz4enKRlUIDVFl9v921YZm9SMbQM88noMloUI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "45aa729c03c40d2cd1f51913d563dcc80c0b21c0",
|
||||
"rev": "be8a18b906158763750f0d48d551f6ef0f05e809",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -312,11 +317,11 @@
|
|||
"quazip": "quazip"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1642615605,
|
||||
"narHash": "sha256-z8i5V3dgkbWs91+9514GjQJb0FvjyUY3+y1grkR6Jm0=",
|
||||
"lastModified": 1642957539,
|
||||
"narHash": "sha256-GubPIwCqS9t5UhwXOW/Gh30YmEo8oHp2ZiNJtlQUaEo=",
|
||||
"owner": "PolyMC",
|
||||
"repo": "PolyMC",
|
||||
"rev": "35caa3c21afed378c73e2a448ac92e356f502281",
|
||||
"rev": "a1b779da15ac2753ce501fa8ac02cc0cc67c9e41",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -344,9 +349,10 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"chir-rs": "chir-rs",
|
||||
"dns": "dns",
|
||||
"home-manager": "home-manager",
|
||||
"nix-gaming": "nix-gaming",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"nixpkgs": "nixpkgs_4",
|
||||
"nur": "nur",
|
||||
"polymc": "polymc",
|
||||
"sops-nix": "sops-nix"
|
||||
|
@ -373,8 +379,14 @@
|
|||
},
|
||||
"rust-overlay_2": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils_4",
|
||||
"nixpkgs": "nixpkgs_4"
|
||||
"flake-utils": [
|
||||
"chir-rs",
|
||||
"flake-utils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"chir-rs",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1642387353,
|
||||
|
|
|
@ -15,7 +15,7 @@ rec {
|
|||
inputs.nix-gaming.inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.polymc.url = "github:PolyMC/PolyMC";
|
||||
inputs.polymc.inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.dns = "github:DarkKirb/dns.nix";
|
||||
inputs.dns.url = "github:DarkKirb/dns.nix";
|
||||
inputs.dns.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
outputs = { self, nixpkgs, sops-nix, home-manager, chir-rs, nur, nix-gaming, polymc, ... } @ args: {
|
||||
|
|
Loading…
Reference in a new issue