Revert "feat: introduce nix-shell"
This reverts commit bb45c036593f4da6a9490fd7593f60a76c444ad2.
This commit is contained in:
parent
5f1d42a97b
commit
b0b01ab65b
1 changed files with 0 additions and 15 deletions
15
shell.nix
15
shell.nix
|
|
@ -1,15 +0,0 @@
|
|||
let
|
||||
nixpkgs = (
|
||||
import (
|
||||
let
|
||||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||
n = lock.nodes.nixpkgs.locked;
|
||||
in
|
||||
fetchTarball {
|
||||
url = "https://github.com/${n.owner}/${n.repo}/archive/${n.rev}.tar.gz";
|
||||
sha256 = n.narHash;
|
||||
}
|
||||
) { }
|
||||
);
|
||||
in
|
||||
nixpkgs.callPackage ./home-manager { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue