move firefox to nixpkgs-unstable-small
This commit is contained in:
parent
e22bb0ac90
commit
24b39bdbfe
2 changed files with 5 additions and 5 deletions
|
@ -455,17 +455,17 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-firefox": {
|
"nixpkgs-firefox": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1649196536,
|
"lastModified": 1649225869,
|
||||||
"narHash": "sha256-Q5PxIYE/PW57LHLRCdIQ4jNbbz5L3HZKOSkNIu0rn5c=",
|
"narHash": "sha256-u1zLtPmQzhT9mNXyM8Ey9pk7orDrIKdwooeGDEXm5xM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "04ce3788d37dc3f5ab1b156f2a817c8e7630b3b4",
|
"rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-unstable-small",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "04ce3788d37dc3f5ab1b156f2a817c8e7630b3b4",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -26,7 +26,7 @@ rec {
|
||||||
miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net";
|
miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net";
|
||||||
miifox-net.flake = false;
|
miifox-net.flake = false;
|
||||||
nixpkgs-kicad.url = github:NixOS/nixpkgs/f4998c542d68a8a6e3d345d5c106e5915f430a16;
|
nixpkgs-kicad.url = github:NixOS/nixpkgs/f4998c542d68a8a6e3d345d5c106e5915f430a16;
|
||||||
nixpkgs-firefox.url = github:NixOS/nixpkgs/04ce3788d37dc3f5ab1b156f2a817c8e7630b3b4;
|
nixpkgs-firefox.url = github:NixOS/nixpkgs/nixos-unstable-small;
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, sops-nix, home-manager, chir-rs, nur, nix-gaming, polymc, ... } @ args:
|
outputs = { self, nixpkgs, sops-nix, home-manager, chir-rs, nur, nix-gaming, polymc, ... } @ args:
|
||||||
|
|
Loading…
Reference in a new issue