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

View file

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