aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-13 08:18:32 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-13 08:18:32 +0200
commit4fa33b32e2567276f84a8ef49cb01328db801fe2 (patch)
treefc000dbb83383660d4090c5f2a1b1659bd168206 /flake.nix
parentef2e9a31c61afdbb106eea365b1758a1c1ceadca (diff)
downloadnixos-personal-4fa33b32e2567276f84a8ef49cb01328db801fe2.tar.gz
nixos-personal-4fa33b32e2567276f84a8ef49cb01328db801fe2.tar.bz2
nixos-personal-4fa33b32e2567276f84a8ef49cb01328db801fe2.zip
devShells/c: add
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 3de33af..a887fe3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,8 +6,7 @@
nixturris.url = "git+https://git.cynerd.cz/nixturris";
personal-secret.url = "git+ssh://git@cynerd.cz/nixos-personal-secret";
- #sterm.url = "github:wentasah/sterm";
- sterm.url = "github:cynerd/sterm/comp";
+ sterm.url = "github:wentasah/sterm";
};
outputs = { self
@@ -76,7 +75,7 @@
import ./pkgs { nixpkgs = nixpkgs.legacyPackages."${system}"; }
));
devShells = filterPackages system
- (import ./develop { inherit nixpkgs; inherit shellrc; inherit system; });
+ (import ./devShells { inherit nixpkgs; inherit shellrc; inherit system; });
});
}