mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: pulumi, nix-std, ...
This commit is contained in:
parent
d5da15e555
commit
6eeb622a8c
31 changed files with 244 additions and 106 deletions
16
default.nix
16
default.nix
|
|
@ -1,9 +1,11 @@
|
|||
let
|
||||
inputs = import ./inputs.nix;
|
||||
self = import ./outputs.nix ({
|
||||
inherit self inputs;
|
||||
system = builtins.currentSystem;
|
||||
}
|
||||
// inputs);
|
||||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||
flakeCompat = fetchTarball {
|
||||
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
||||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
||||
};
|
||||
kittywitch = import flakeCompat {
|
||||
src = ./.;
|
||||
};
|
||||
in
|
||||
self
|
||||
kittywitch.defaultNix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue