mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fmt
This commit is contained in:
parent
c3fa598922
commit
db6d83c61e
53 changed files with 1916 additions and 1599 deletions
5
ci.nix
5
ci.nix
|
|
@ -1,6 +1,6 @@
|
|||
let
|
||||
nixpkgsSrc = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz";
|
||||
pkgs = import nixpkgsSrc {};
|
||||
pkgs = import nixpkgsSrc { };
|
||||
|
||||
lib = pkgs.lib;
|
||||
|
||||
|
|
@ -8,4 +8,5 @@ let
|
|||
inherit pkgs lib;
|
||||
nixosPath = "${nixpkgsSrc}/nixos";
|
||||
};
|
||||
in pkgs.recurseIntoAttrs release
|
||||
in
|
||||
pkgs.recurseIntoAttrs release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue