chore: back to nixos-unstable

This commit is contained in:
winston 2023-12-24 15:47:06 +01:00
parent 457f70f404
commit d60ae95181
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 11 additions and 11 deletions

View file

@ -162,15 +162,15 @@
]
},
"locked": {
"lastModified": 1702864432,
"narHash": "sha256-xR5Igg2hnm979W3YgMDrSjErHFhHo4rbMboF6DC0mbc=",
"owner": "Mic92",
"lastModified": 1703387252,
"narHash": "sha256-XKJqGj0BaEn/zyctEnkgVIh6Ba1rgTRc+UBi9EU8Y54=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "4605ccd764fac78b9e4b5b058698cb9f04430b91",
"rev": "f4340c1a42c38d79293ba69bfd839fbd6268a538",
"type": "github"
},
"original": {
"owner": "Mic92",
"owner": "nix-community",
"repo": "nix-index-database",
"type": "github"
}
@ -235,16 +235,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1703134684,
"narHash": "sha256-SQmng1EnBFLzS7WSRyPM9HgmZP2kLJcPAz+Ug/nug6o=",
"lastModified": 1703255338,
"narHash": "sha256-Z6wfYJQKmDN9xciTwU3cOiOk+NElxdZwy/FiHctCzjU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d6863cbcbbb80e71cecfc03356db1cda38919523",
"rev": "6df37dc6a77654682fe9f071c62b4242b5342e04",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -115,7 +115,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
@ -140,7 +140,7 @@
};
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.url = "github:nix-community/nix-index-database";
sops = {
url = "github:Mic92/sops-nix/1c673ba1053ad3e421fe043702237497bda0c621";
inputs.nixpkgs.follows = "nixpkgs";