summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-11 07:23:28 +0000
committerAkshay <[email protected]>2021-11-11 07:23:28 +0000
commit09475f0100ac382eef60365fe58f1115baaca747 (patch)
tree91b94ab4449e4af84079d99df5e97aebac09d800 /flake.nix
parent1b92bebcce7f85691619713c03d500ed554bd66a (diff)
add 3d serpinsky gasketHEADmaster
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: