mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-12 14:20:08 +01:00
chore: move .nix -> nix, remove unused flake input
This commit is contained in:
parent
695d36a457
commit
9cb2d2bef6
8 changed files with 2 additions and 193 deletions
|
|
@ -1,14 +0,0 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs) pkgs devshell;
|
||||
in {
|
||||
default = devshell.mkShell {
|
||||
packages = [
|
||||
pkgs.alejandra
|
||||
];
|
||||
env."HELLO".value = "world!";
|
||||
enterShellCommands.test = {
|
||||
text = "echo Hello $HELLO";
|
||||
deps = ["env"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue