summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 21b787c..1b6249f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
10 , nixpkgs 10 , nixpkgs
11 }: 11 }:
12 let 12 let
13 allPrograms = [ 1 ]; 13 allPrograms = [ 1 2 ];
14 supportedSystems = [ "x86_64-linux" ]; 14 supportedSystems = [ "x86_64-linux" ];
15 forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system); 15 forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);
16 nixpkgsFor = forAllSystems (system: 16 nixpkgsFor = forAllSystems (system: