unpin nixpkgs

This commit is contained in:
Gerg-L 2024-02-28 21:19:52 -05:00
parent e1e247b01e
commit 20533c7a78
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 10 additions and 11 deletions

16
flake.lock generated
View file

@ -214,16 +214,16 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1708778093, "lastModified": 1707913978,
"narHash": "sha256-TC9pt2JNO0YEUi95s3wbvX93eA+sQeokwBRTAI4BeXI=", "narHash": "sha256-STyfZLkT0Sc6bNkfXVXR8OL0W7LUYHHuw4Bqwhb/Gr0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561", "rev": "d857914e1a41670893d6571726588659afe7b1e9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561", "ref": "d857914e1a41670893d6571726588659afe7b1e9",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }
@ -526,16 +526,16 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1707661179, "lastModified": 1708984720,
"narHash": "sha256-dyJ0nyP+S58WgJVigOboHTE5LR1E7MzJvm3fc9zkza8=", "narHash": "sha256-gJctErLbXx4QZBBbGp78PxtOOzsDaQ+yw1ylNQBuSUY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8686026882afa61d77a6fa5b05a25e4769ee09cd", "rev": "13aff9b34cc32e59d35c62ac9356e4a41198a538",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "8686026882afa61d77a6fa5b05a25e4769ee09cd", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -11,8 +11,7 @@
type = "github"; type = "github";
owner = "NixOS"; owner = "NixOS";
repo = "nixpkgs"; repo = "nixpkgs";
#ref = "nixos-unstable"; ref = "nixos-unstable";
ref = "8686026882afa61d77a6fa5b05a25e4769ee09cd";
}; };
stable = { stable = {
type = "github"; type = "github";
@ -25,7 +24,7 @@
type = "github"; type = "github";
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
ref = "d83008c3a797c8e4ec1e1a97c5b1bc5e6b02c561"; ref = "d857914e1a41670893d6571726588659afe7b1e9";
inputs.nixpkgs.follows = "stable"; inputs.nixpkgs.follows = "stable";
}; };
nixos-generators = { nixos-generators = {