nix: update flake lock
Some checks failed
Test / Create distribution (push) Successful in 8m41s
Test / Sandbox (push) Successful in 53m51s
Test / Sandbox (race detector) (push) Successful in 54m3s
Test / Fortify (race detector) (push) Failing after 55m19s
Test / Fpkg (push) Successful in 55m59s
Test / Fortify (push) Failing after 1m58s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Successful in 8m41s
Test / Sandbox (push) Successful in 53m51s
Test / Sandbox (race detector) (push) Successful in 54m3s
Test / Fortify (race detector) (push) Failing after 55m19s
Test / Fpkg (push) Successful in 55m59s
Test / Fortify (push) Failing after 1m58s
Test / Flake checks (push) Has been skipped
This commit is contained in:
parent
6c1205106d
commit
d44f242a4c
@ -10,7 +10,7 @@ buildGoModule {
|
|||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
inherit (fortify) vendorHash;
|
inherit (fortify) vendorHash;
|
||||||
CGO_ENABLED = 0;
|
env.CGO_ENABLED = 0;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
go mod init fsu >& /dev/null
|
go mod init fsu >& /dev/null
|
||||||
|
16
flake.lock
generated
16
flake.lock
generated
@ -7,32 +7,32 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746171682,
|
"lastModified": 1748665073,
|
||||||
"narHash": "sha256-EyXUNSa+H+YvGVuQJP1nZskXAowxKYp79RNUsNdQTj4=",
|
"narHash": "sha256-RMhjnPKWtCoIIHiuR9QKD7xfsKb3agxzMfJY8V9MOew=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "50eee705bbdbac942074a8c120e8194185633675",
|
"rev": "282e1e029cb6ab4811114fc85110613d72771dea",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "release-24.11",
|
"ref": "release-25.05",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746557022,
|
"lastModified": 1748437600,
|
||||||
"narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=",
|
"narHash": "sha256-hYKMs3ilp09anGO7xzfGs3JqEgUqFMnZ8GMAqI6/k04=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860",
|
"rev": "7282cb574e0607e65224d33be8241eae7cfe0979",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-24.11",
|
"ref": "nixos-25.05",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
description = "fortify sandbox tool and nixos module";
|
description = "fortify sandbox tool and nixos module";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-24.11";
|
url = "github:nix-community/home-manager/release-25.05";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
"NIXOS" = fs "80001ff" null null;
|
"NIXOS" = fs "80001ff" null null;
|
||||||
"X11" = fs "80001ff" null null;
|
"X11" = fs "80001ff" null null;
|
||||||
"alsa" = fs "80001ff" null null;
|
"alsa" = fs "80001ff" null null;
|
||||||
|
"bash_logout" = fs "80001ff" null null;
|
||||||
"bashrc" = fs "80001ff" null null;
|
"bashrc" = fs "80001ff" null null;
|
||||||
"binfmt.d" = fs "80001ff" null null;
|
"binfmt.d" = fs "80001ff" null null;
|
||||||
"dbus-1" = fs "80001ff" null null;
|
"dbus-1" = fs "80001ff" null null;
|
||||||
@ -148,7 +149,15 @@
|
|||||||
} null;
|
} null;
|
||||||
} null;
|
} null;
|
||||||
".local" = fs "800001ed" {
|
".local" = fs "800001ed" {
|
||||||
|
share = fs "800001ed" {
|
||||||
|
dbus-1 = fs "800001ed" {
|
||||||
|
services = fs "800001ed" {
|
||||||
|
"ca.desrt.dconf.service" = fs "80001ff" null null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
state = fs "800001ed" {
|
state = fs "800001ed" {
|
||||||
|
".keep" = fs "80001ff" null "";
|
||||||
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
||||||
nix = fs "800001ed" {
|
nix = fs "800001ed" {
|
||||||
profiles = fs "800001ed" {
|
profiles = fs "800001ed" {
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
"NIXOS" = fs "80001ff" null null;
|
"NIXOS" = fs "80001ff" null null;
|
||||||
"X11" = fs "80001ff" null null;
|
"X11" = fs "80001ff" null null;
|
||||||
"alsa" = fs "80001ff" null null;
|
"alsa" = fs "80001ff" null null;
|
||||||
|
"bash_logout" = fs "80001ff" null null;
|
||||||
"bashrc" = fs "80001ff" null null;
|
"bashrc" = fs "80001ff" null null;
|
||||||
"binfmt.d" = fs "80001ff" null null;
|
"binfmt.d" = fs "80001ff" null null;
|
||||||
"dbus-1" = fs "80001ff" null null;
|
"dbus-1" = fs "80001ff" null null;
|
||||||
@ -172,7 +173,15 @@
|
|||||||
} null;
|
} null;
|
||||||
} null;
|
} null;
|
||||||
".local" = fs "800001ed" {
|
".local" = fs "800001ed" {
|
||||||
|
share = fs "800001ed" {
|
||||||
|
dbus-1 = fs "800001ed" {
|
||||||
|
services = fs "800001ed" {
|
||||||
|
"ca.desrt.dconf.service" = fs "80001ff" null null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
state = fs "800001ed" {
|
state = fs "800001ed" {
|
||||||
|
".keep" = fs "80001ff" null "";
|
||||||
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
||||||
nix = fs "800001ed" {
|
nix = fs "800001ed" {
|
||||||
profiles = fs "800001ed" {
|
profiles = fs "800001ed" {
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
"NIXOS" = fs "80001ff" null null;
|
"NIXOS" = fs "80001ff" null null;
|
||||||
"X11" = fs "80001ff" null null;
|
"X11" = fs "80001ff" null null;
|
||||||
"alsa" = fs "80001ff" null null;
|
"alsa" = fs "80001ff" null null;
|
||||||
|
"bash_logout" = fs "80001ff" null null;
|
||||||
"bashrc" = fs "80001ff" null null;
|
"bashrc" = fs "80001ff" null null;
|
||||||
"binfmt.d" = fs "80001ff" null null;
|
"binfmt.d" = fs "80001ff" null null;
|
||||||
"dbus-1" = fs "80001ff" null null;
|
"dbus-1" = fs "80001ff" null null;
|
||||||
@ -172,7 +173,15 @@
|
|||||||
} null;
|
} null;
|
||||||
} null;
|
} null;
|
||||||
".local" = fs "800001ed" {
|
".local" = fs "800001ed" {
|
||||||
|
share = fs "800001ed" {
|
||||||
|
dbus-1 = fs "800001ed" {
|
||||||
|
services = fs "800001ed" {
|
||||||
|
"ca.desrt.dconf.service" = fs "80001ff" null null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
state = fs "800001ed" {
|
state = fs "800001ed" {
|
||||||
|
".keep" = fs "80001ff" null "";
|
||||||
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
||||||
nix = fs "800001ed" {
|
nix = fs "800001ed" {
|
||||||
profiles = fs "800001ed" {
|
profiles = fs "800001ed" {
|
||||||
|
@ -60,6 +60,7 @@
|
|||||||
"NIXOS" = fs "80001ff" null null;
|
"NIXOS" = fs "80001ff" null null;
|
||||||
"X11" = fs "80001ff" null null;
|
"X11" = fs "80001ff" null null;
|
||||||
"alsa" = fs "80001ff" null null;
|
"alsa" = fs "80001ff" null null;
|
||||||
|
"bash_logout" = fs "80001ff" null null;
|
||||||
"bashrc" = fs "80001ff" null null;
|
"bashrc" = fs "80001ff" null null;
|
||||||
"binfmt.d" = fs "80001ff" null null;
|
"binfmt.d" = fs "80001ff" null null;
|
||||||
"dbus-1" = fs "80001ff" null null;
|
"dbus-1" = fs "80001ff" null null;
|
||||||
@ -173,7 +174,15 @@
|
|||||||
} null;
|
} null;
|
||||||
} null;
|
} null;
|
||||||
".local" = fs "800001ed" {
|
".local" = fs "800001ed" {
|
||||||
|
share = fs "800001ed" {
|
||||||
|
dbus-1 = fs "800001ed" {
|
||||||
|
services = fs "800001ed" {
|
||||||
|
"ca.desrt.dconf.service" = fs "80001ff" null null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
|
} null;
|
||||||
state = fs "800001ed" {
|
state = fs "800001ed" {
|
||||||
|
".keep" = fs "80001ff" null "";
|
||||||
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null;
|
||||||
nix = fs "800001ed" {
|
nix = fs "800001ed" {
|
||||||
profiles = fs "800001ed" {
|
profiles = fs "800001ed" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user