diff --git a/flake.lock b/flake.lock index 63c7e6b..2ebd967 100644 --- a/flake.lock +++ b/flake.lock @@ -456,15 +456,15 @@ "locked": { "lastModified": 1760878510, "narHash": "sha256-K5Osef2qexezUfs0alLvZ7nQFTGS9DL2oTVsIXsqLgs=", - "owner": "nuschtos", - "repo": "nuschtpkgs", + "owner": "nixos", + "repo": "nixpkgs", "rev": "5e2a59a5b1a82f89f2c7e598302a9cacebb72a67", "type": "github" }, "original": { - "owner": "nuschtos", + "owner": "nixos", "ref": "nixos-unstable", - "repo": "nuschtpkgs", + "repo": "nixpkgs", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 5b30b43..4cffae7 100644 --- a/flake.nix +++ b/flake.nix @@ -30,8 +30,9 @@ flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"; flake-parts.url = "github:hercules-ci/flake-parts"; nixos-hardware.url = "github:NixOS/nixos-hardware"; - nixpkgs.url = "github:nuschtos/nuschtpkgs/nixos-unstable"; + #nixpkgs.url = "github:nuschtos/nuschtpkgs/nixos-unstable"; #nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; #nixpkgs.url = "github:nixos/nixpkgs/1d2fe0135f360c970aee1d57a53f816f3c9bddae?narHash=sha256-Up7YlXIupmT7fEtC4Oj676M91INg0HAoamiswAsA3rc%3D"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; systems.url = "github:nix-systems/default";