mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fmt
This commit is contained in:
parent
a0ce293db8
commit
60592d3096
55 changed files with 23668 additions and 30925 deletions
16
shell.nix
16
shell.nix
|
|
@ -1,9 +1,9 @@
|
|||
{ system ? builtins.currentSystem }:
|
||||
let
|
||||
{system ? builtins.currentSystem}: let
|
||||
in
|
||||
(
|
||||
(import ./compat.nix).flake-compat {
|
||||
src = ./.;
|
||||
inherit system;
|
||||
}
|
||||
).shellNix
|
||||
(
|
||||
(import ./compat.nix).flake-compat {
|
||||
src = ./.;
|
||||
inherit system;
|
||||
}
|
||||
)
|
||||
.shellNix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue