aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-10 10:25:44 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-10 10:25:44 -0800
commitcbac1e5c7bc70010b79c029817e5d08b9335043c (patch)
treebf2594733193f3543e6aa1cac5cb8fd0a723dddd /flake.nix
parent77df37ee2058848e9fa54f92900fbfcb7a812805 (diff)
downloadnix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.gz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.bz2
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.lz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.xz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.zst
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.zip
Remove PR input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 95e6374..7b5c173 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,7 @@
# per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages
nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e";
nixpkgs-master.url = "github:nixos/nixpkgs";
- nixpkgs-pr363651.url = "github:SuperSandro2000/nixpkgs/openstack-socks";
+ #nixpkgs-pr363651.url = "github:SuperSandro2000/nixpkgs/openstack-socks";
nixpkgs-stable.url = "github:nixos/nixpkgs/release-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
@@ -39,7 +39,7 @@
};
- outputs = { disko, home-manager-stable, home-manager, nixos-hardware, nixpkgs-67e692392, nixpkgs-master, nixpkgs-pr363651, nixpkgs-stable, nixpkgs, nvidia-patch, self, sops-nix, ... } @ inputs: let
+ outputs = { disko, home-manager-stable, home-manager, nixos-hardware, nixpkgs-67e692392, nixpkgs-master, nixpkgs-stable, nixpkgs, nvidia-patch, self, sops-nix, ... } @ inputs: let
inherit (self) outputs;
systems = [
#"aarch64-linux"