diff --git a/flake.lock b/flake.lock index 95a4c52..a977c56 100644 --- a/flake.lock +++ b/flake.lock @@ -76,17 +76,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1727634051, - "narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=", + "lastModified": 1728193676, + "narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9", + "rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6", "type": "github" }, "original": { "owner": "nixos", + "ref": "nixos-24.05", "repo": "nixpkgs", - "rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9", "type": "github" } }, diff --git a/flake.nix b/flake.nix index e3c2f4c..094e9d8 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/06cf0e1da4208d3766d898b7fdab6513366d45b9"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; # Secrets management sops-nix = { diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index abf3e54..e0251d7 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -68,7 +68,6 @@ ms-python.debugpy ms-python.black-formatter ms-python.isort - ms-vscode-remote.remote-containers dbaeumer.vscode-eslint ]; };