Update to unstable from a week ago

Updating to unstable because vs code was too old for extensions. But there is a bug in curent unstable, so pin to a week ago.
This commit is contained in:
Julien Hémono 2024-10-07 16:52:27 +02:00
parent 8e36c464ac
commit 953834e7c1
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -76,17 +76,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1728193676,
"narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=",
"lastModified": 1727634051,
"narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github"
}
},

View file

@ -2,7 +2,7 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/06cf0e1da4208d3766d898b7fdab6513366d45b9";
# Secrets management
sops-nix = {