summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGravatar klea2025-12-11 21:21:05 +0000
committerGravatar klea2025-12-11 21:21:05 +0000
commit6cf630da4107a87e9dddca71b2e0b6015d7225bb (patch)
tree1b6608b48784796f777bae67f4a8c1a176c5e9d0 /flake.nix
parentpkgs/pywb: fix using __get_path (diff)
signature
flake: add a default devShell
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 769fe49..2246e36 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,5 +9,6 @@
let pkgs = import nixpkgs { inherit system; };
in {
legacyPackages = import ./. { inherit pkgs; };
+ devShells.default = self.legacyPackages.${system}.shell;
});
}