flake: remove unused rec
This commit is contained in:
parent
41eca29b3a
commit
f9ccfdbb61
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
({ inputs, lib, withSystem, ... }:
|
({ inputs, lib, withSystem, ... }:
|
||||||
let
|
let
|
||||||
authentik-version = "2023.6.1"; # to pass to the drvs of some components
|
authentik-version = "2023.6.1"; # to pass to the drvs of some components
|
||||||
in rec {
|
in {
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux" # not tested
|
"aarch64-linux" # not tested
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue