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": {
|
||||
"locked": {
|
||||
"lastModified": 1649196536,
|
||||
"narHash": "sha256-Q5PxIYE/PW57LHLRCdIQ4jNbbz5L3HZKOSkNIu0rn5c=",
|
||||
"lastModified": 1649225869,
|
||||
"narHash": "sha256-u1zLtPmQzhT9mNXyM8Ey9pk7orDrIKdwooeGDEXm5xM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "04ce3788d37dc3f5ab1b156f2a817c8e7630b3b4",
|
||||
"rev": "b6966d911da89e5a7301aaef8b4f0a44c77e103c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable-small",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "04ce3788d37dc3f5ab1b156f2a817c8e7630b3b4",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -26,7 +26,7 @@ rec {
|
|||
miifox-net.url = "git+https://git.chir.rs/CarolineHusky/MiiFox.net";
|
||||
miifox-net.flake = false;
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue