diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-06 09:34:10 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-06 09:34:10 -0800 |
| commit | c61c6ed321e64155c9d317f8ba4ad030c153a61e (patch) | |
| tree | fbd0414aa510dd3c3248ea4dc294539ba818de03 | |
| parent | f0f5c91b1abc4ce80ed68717769b6669c8ee7a14 (diff) | |
| download | nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.tar nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.tar.gz nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.tar.bz2 nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.tar.lz nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.tar.xz nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.tar.zst nix-c61c6ed321e64155c9d317f8ba4ad030c153a61e.zip | |
Reapply "Reapply "Work around broken GitHub https://github.com/NixOS/nix/issues/10683#issuecomment-2542402454""
This reverts commit f0f5c91b1abc4ce80ed68717769b6669c8ee7a14.
| -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 = "git+https://github.com/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 = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=release-24.05"; + nixpkgs.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable"; nvidia-patch = { url = "github:icewind1991/nvidia-patch-nixos"; |
