diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-06 08:26:05 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-06 08:26:05 -0800 |
| commit | 22f7c9489b76b7d899c7d080e77f69cd8b60c0c8 (patch) | |
| tree | fbdb9bd56d0b2ae4ef79a507415b233debb7674e | |
| parent | 6833247cc9b6c46c9c07443d64e0a3ce8601a100 (diff) | |
| download | nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.tar nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.tar.gz nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.tar.bz2 nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.tar.lz nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.tar.xz nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.tar.zst nix-22f7c9489b76b7d899c7d080e77f69cd8b60c0c8.zip | |
Work around broken GitHub https://github.com/NixOS/nix/issues/10683#issuecomment-2791582465
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,10 +27,10 @@ # per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages #nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e"; #nixpkgs-wine9_22.url = "github:nixos/nixpkgs/dea5930f0ed8c29d3758d5ade9898b4e99d80b74"; - nixpkgs-master.url = "github:nixos/nixpkgs"; + nixpkgs-master.url = "github:nixos/nixpkgs?shallow=1"; #nixpkgs-pr476197.url = "github:Moraxyc/nixpkgs/fix-netcat-openbsd-gcc15"; - nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs-stable.url = "github:nixos/nixpkgs?shallow=1&ref=release-24.05"; + nixpkgs.url = "github:nixos/nixpkgs?shallow=1&ref=nixos-unstable"; nvidia-patch = { url = "github:icewind1991/nvidia-patch-nixos"; |
