Compare commits

..

3 Commits

Author SHA1 Message Date
9454b2723d flake update 2025-03-25 11:37:04 -04:00
5dbbfc7f74 whoops 2025-03-24 19:58:57 -04:00
e66a57d835 justfile: add format target 2025-03-24 15:23:28 -04:00
4 changed files with 17 additions and 16 deletions

6
etcnixos/flake.lock generated
View File

@@ -34,11 +34,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742736978, "lastModified": 1742895049,
"narHash": "sha256-wagSECZiMywU2KcyM/V0cDZAkBJLOFCqL7fGCUzLR+E=", "narHash": "sha256-yW6jHx1SxPwCyvjV1oXdXBN15I19TQMfmvhWYa3+igQ=",
"owner": "chaotic-cx", "owner": "chaotic-cx",
"repo": "nyx", "repo": "nyx",
"rev": "1aea029a74c8f3a683451c882e24dc1218e0d682", "rev": "d64bc1983d0be93e9d6db032698c7519ab99af56",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -54,11 +54,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742771635, "lastModified": 1742871411,
"narHash": "sha256-HQHzQPrg+g22tb3/K/4tgJjPzM+/5jbaujCZd8s2Mls=", "narHash": "sha256-F3xBdOs5m0SE6Gq3jz+JxDOPvsLs22vbGfD05uF6xEc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ad0614a1ec9cce3b13169e20ceb7e55dfaf2a818", "rev": "869f2ec2add75ce2a70a6dbbf585b8399abec625",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -79,11 +79,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1742723611, "lastModified": 1742832363,
"narHash": "sha256-Xy6+LQwqNkukjFUeOBKToNKhAffLnHWtEpx5hO3rdDs=", "narHash": "sha256-STJUQ7PVfjlWdHSuxXDH/UZNjrUVO1Up/x2AwhtJRio=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "ea05bfe7a7c67c5e664769e77edd86c677b30acb", "rev": "8720365191e3931cefd3fc9484dccba5e219b73d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -174,11 +174,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742783666, "lastModified": 1742870002,
"narHash": "sha256-IwdSl51NL6V0f+mYXZR0UTKaGleOsk9zV3l6kt5SUWw=", "narHash": "sha256-eQnw8ufyLmrboODU8RKVNh2Mv7SACzdoFrRUV5zdNNE=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "60766d63c227d576510ecfb5edd3a687d56f6bc7", "rev": "b4c18f262dbebecb855136c1ed8047b99a9c75b6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -242,11 +242,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742736106, "lastModified": 1742871532,
"narHash": "sha256-wzdYoYASPlITYBiw2xDyE56DnOcLNsO6QHRGUDj6kq4=", "narHash": "sha256-ciC3zul202dnIwpAplSaCJTeXOUce7Pl1d+SMFwPQls=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "7c3008fcc5a436c885d3faaf6d058afc41ae3762", "rev": "bef72020b20475847f24cd27134dca06724d4ba7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -82,7 +82,6 @@
inputs inputs
username username
homeDirectory homeDirectory
optimizeWithFlags
; ;
}; };

View File

@@ -6,6 +6,8 @@ format_home:
format_system: format_system:
nixfmt ./etcnixos nixfmt ./etcnixos
format: format_home format_system
system_update: system_update:
nh os boot -u ./etcnixos nh os boot -u ./etcnixos