aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-06 08:43:34 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-06 08:43:34 -0800
commita782ca11de750b0ae27205552cd2fcb2813e539d (patch)
tree4a4c2465bbf5eeeddf7d712e4da6f3bdd09079d8 /flake.nix
parentf8c276bcd48bf2bf3e69f51d76c58ddec99d328f (diff)
downloadnix-a782ca11de750b0ae27205552cd2fcb2813e539d.tar
nix-a782ca11de750b0ae27205552cd2fcb2813e539d.tar.gz
nix-a782ca11de750b0ae27205552cd2fcb2813e539d.tar.bz2
nix-a782ca11de750b0ae27205552cd2fcb2813e539d.tar.lz
nix-a782ca11de750b0ae27205552cd2fcb2813e539d.tar.xz
nix-a782ca11de750b0ae27205552cd2fcb2813e539d.tar.zst
nix-a782ca11de750b0ae27205552cd2fcb2813e539d.zip
Revert "Work around broken GitHub https://github.com/NixOS/nix/issues/10683#issuecomment-2542402454"
This reverts commit f8c276bcd48bf2bf3e69f51d76c58ddec99d328f.
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 32e69c2..c0687ec 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = "git+https://github.com/NixOS/nixpkgs?shallow=1";
+ nixpkgs-master.url = "github:nixos/nixpkgs";
#nixpkgs-pr476197.url = "github:Moraxyc/nixpkgs/fix-netcat-openbsd-gcc15";
- 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";
+ nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nvidia-patch = {
url = "github:icewind1991/nvidia-patch-nixos";