flake: drop obsolete devShell

This commit is contained in:
WilliButz 2023-12-10 13:53:41 +01:00
parent 7f46d7ee99
commit aeba8124d2
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
2 changed files with 0 additions and 8 deletions

1
.envrc
View file

@ -1 +0,0 @@
use flake

View file

@ -215,13 +215,6 @@
inherit (self) nixosModules;
});
};
devShells.default = pkgs.mkShell {
packages = [
# to generate a v2 lockfile from the v3 lockfile provided by upstream:
# npm install --lockfile-version 2 --package-lock-only
pkgs.nodejs
];
};
};
});
}