forked from mirrors_public/oddlama_nix-config
chore: remove default.nix
This commit is contained in:
parent
266945d242
commit
bbe4171f8a
1 changed files with 0 additions and 14 deletions
14
default.nix
14
default.nix
|
@ -1,14 +0,0 @@
|
||||||
(import
|
|
||||||
(
|
|
||||||
let
|
|
||||||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
|
||||||
in
|
|
||||||
fetchTarball {
|
|
||||||
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
|
||||||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
|
||||||
}
|
|
||||||
)
|
|
||||||
{
|
|
||||||
src = ./.;
|
|
||||||
})
|
|
||||||
.defaultNix
|
|
Loading…
Add table
Add a link
Reference in a new issue