flake: drop obsolete devShell
This commit is contained in:
parent
7f46d7ee99
commit
aeba8124d2
2 changed files with 0 additions and 8 deletions
1
.envrc
1
.envrc
|
|
@ -1 +0,0 @@
|
||||||
use flake
|
|
||||||
|
|
@ -215,13 +215,6 @@
|
||||||
inherit (self) nixosModules;
|
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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue