diff --git a/shell.nix b/shell.nix deleted file mode 100644 index f983d48d..00000000 --- a/shell.nix +++ /dev/null @@ -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 { }