For some reason my flake is broken on unstable

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-18 08:04:27 +01:00
parent ada6f74ce3
commit f3ebad158c
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5
2 changed files with 21 additions and 7 deletions

View file

@ -25,9 +25,7 @@
"inputs": { "inputs": {
"cargo2nix": "cargo2nix", "cargo2nix": "cargo2nix",
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
"nixpkgs": [ "nixpkgs": "nixpkgs_3",
"nixpkgs"
],
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
@ -158,6 +156,22 @@
} }
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": {
"lastModified": 1642441790,
"narHash": "sha256-YK9nvLDaN3CumMy+D6JdIZmu8Pf3pX6izXLY4K0wZtE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2b0847ed35374d9420a9471c4544a955ba3c6f7b",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-21.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1642130244, "lastModified": 1642130244,
"narHash": "sha256-/5FhZkZFQCRQIRFosUQW1zmDrsNHVOJIB/+XgRPHiPU=", "narHash": "sha256-/5FhZkZFQCRQIRFosUQW1zmDrsNHVOJIB/+XgRPHiPU=",
@ -173,7 +187,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_4": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1642486822, "lastModified": 1642486822,
"narHash": "sha256-CEsxW6RF1yElz1rqf0pS7T4fyDW9r/rBpMSUeIFVIqY=", "narHash": "sha256-CEsxW6RF1yElz1rqf0pS7T4fyDW9r/rBpMSUeIFVIqY=",
@ -192,7 +206,7 @@
"inputs": { "inputs": {
"chir-rs": "chir-rs", "chir-rs": "chir-rs",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_5",
"sops-nix": "sops-nix" "sops-nix": "sops-nix"
} }
}, },
@ -218,7 +232,7 @@
"rust-overlay_2": { "rust-overlay_2": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_4", "flake-utils": "flake-utils_4",
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1642387353, "lastModified": 1642387353,

View file

@ -8,7 +8,7 @@ rec {
inputs.sops-nix.url = github:Mic92/sops-nix; inputs.sops-nix.url = github:Mic92/sops-nix;
inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs"; inputs.sops-nix.inputs.nixpkgs.follows = "nixpkgs";
inputs.chir-rs.url = "git+https://git.chir.rs/darkkirb/chir.rs.git?ref=main"; inputs.chir-rs.url = "git+https://git.chir.rs/darkkirb/chir.rs.git?ref=main";
inputs.chir-rs.inputs.nixpkgs.follows = "nixpkgs"; #inputs.chir-rs.inputs.nixpkgs.follows = "nixpkgs"; # nixpkgs regression?
outputs = { self, nixpkgs, sops-nix, home-manager, chir-rs, ... } @ args: { outputs = { self, nixpkgs, sops-nix, home-manager, chir-rs, ... } @ args: {
nixosConfigurations = nixosConfigurations =