Update 2024-07-07

This commit is contained in:
Johannes Rothe 2024-07-07 21:56:12 +02:00
parent 888b929d44
commit 4905c5763c
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1719956923, "lastModified": 1720244366,
"narHash": "sha256-nNJHJ9kfPdzYsCOlHOnbiiyKjZUW5sWbwx3cakg3/C4=", "narHash": "sha256-WrDV0FPMVd2Sq9hkR5LNHudS3OSMmUrs90JUTN+MXpA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "706eef542dec88cc0ed25b9075d3037564b2d164", "rev": "49ee0e94463abada1de470c9c07bfc12b36dcf40",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -14,7 +14,7 @@
in { in {
nixosConfigurations = { nixosConfigurations = {
lift = nixpkgs.lib.nixosSystem { lift = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; inherit system;
modules = [ modules = [
./configuration.nix ./configuration.nix
./sway.nix ./sway.nix