mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
shell: remove old code
This commit is contained in:
parent
ac4858a044
commit
f5e9670776
1 changed files with 0 additions and 18 deletions
18
shell.nix
18
shell.nix
|
@ -1,21 +1,3 @@
|
||||||
#{ mkShellNoCC
|
|
||||||
#, ssh-to-age
|
|
||||||
#, sops
|
|
||||||
#, sops-import-keys-hook
|
|
||||||
#, deploy-rs
|
|
||||||
#, nixpkgs-fmt
|
|
||||||
#}:
|
|
||||||
#
|
|
||||||
#mkShellNoCC {
|
|
||||||
# nativeBuildInputs = [
|
|
||||||
# ssh-to-age
|
|
||||||
# sops
|
|
||||||
# sops-import-keys-hook
|
|
||||||
# deploy-rs
|
|
||||||
# nixpkgs-fmt
|
|
||||||
# ];
|
|
||||||
#}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
perSystem = { inputs', pkgs, ... }: {
|
perSystem = { inputs', pkgs, ... }: {
|
||||||
# Definitions like this are entirely equivalent to the ones
|
# Definitions like this are entirely equivalent to the ones
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue