mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed
This commit is contained in:
parent
71f95690c3
commit
7872f666ca
2 changed files with 6 additions and 9 deletions
|
|
@ -79,6 +79,11 @@
|
||||||
modules = [ ./src/system/machines/workstation ];
|
modules = [ ./src/system/machines/workstation ];
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.${system}.default = callPackage ./shell.nix {};
|
devShells.${system}.default = mkShell {
|
||||||
|
name = "devShell";
|
||||||
|
packages = [
|
||||||
|
just
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
|
||||||
|
|
||||||
with pkgs;
|
|
||||||
mkShell {
|
|
||||||
packages = [
|
|
||||||
just
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue