aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@airbus.com>2023-11-30 15:05:33 +0100
committerSimon Garrelou <simon.garrelou@airbus.com>2023-11-30 15:05:33 +0100
commit1058f242ea421a88eca823eebc1a69a09e2eb6e6 (patch)
tree3f9745730392a3558d67808c42b2bbfcf24a2168 /default.nix
parent88935f52da7501632e719459c8e39d65eb6c53aa (diff)
downloadnixpkgs-1058f242ea421a88eca823eebc1a69a09e2eb6e6.tar.gz
nixpkgs-1058f242ea421a88eca823eebc1a69a09e2eb6e6.zip
add idafree
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index e85b2c4..d537768 100644
--- a/default.nix
+++ b/default.nix
@@ -11,4 +11,6 @@ rec {
11 sddm-theme-sugar-light = pkgs.callPackage ./pkgs/sddm-theme-sugar-light/package.nix {}; 11 sddm-theme-sugar-light = pkgs.callPackage ./pkgs/sddm-theme-sugar-light/package.nix {};
12 12
13 commit-mono = pkgs.callPackage ./pkgs/commit-mono/package.nix {}; 13 commit-mono = pkgs.callPackage ./pkgs/commit-mono/package.nix {};
14
15 idafree = pkgs.callPackage ./pkgs/idafree/package.nix {};
14} 16}