1
0
Fork 0

chore(nix): update flake

This commit is contained in:
Lucas Sta Maria 2025-03-02 00:48:00 -05:00
parent 6968127d3a
commit b212f20408
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1733354384,
"narHash": "sha256-foZG2PLwumxYZkpXq7ajHDhuQlXaUeKfOpFfQpMviLM=",
"lastModified": 1740845322,
"narHash": "sha256-AXEgFj3C0YJhu9k1OhbRhiA6FnDr81dQZ65U3DhaWpw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0daaded612b0e6eaed0a63fc9d0778d8f05940fe",
"rev": "fcac3d6d88302a5e64f6cb8014ac785e08874c8d",
"type": "github"
},
"original": {
@ -40,11 +40,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1733212471,
"narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
"lastModified": 1740695751,
"narHash": "sha256-D+R+kFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
"rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4",
"type": "github"
},
"original": {

View file

@ -19,7 +19,7 @@
system = "x86_64-linux";
specialArgs = { inputs = inputs; };
modules = [
home-manager.nixosModule
home-manager.nixosModules.default
./nix/hosts/common/sys.nix
./nix/hosts/framework/sys.nix
];