summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-01 01:55:49 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-01 01:55:49 -0600
commit8e95d45c297804f13e46406cc19c2f01cfbe0489 (patch)
treea9c891401ac4dafebb98239cb181bc222490acab /nix
parent78cdf573434b8a35085439cc84e783b1da78bb69 (diff)
nix/flake: update
Diffstat (limited to 'nix')
-rw-r--r--nix/flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index 05d7ab3..99ccbdc 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -1,4 +1,6 @@
{
+ inputs.nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
+
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";