From 0181b18c5cf33540438ba36d03d4493a51647c82 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 22 Jan 2026 16:10:16 +0100 Subject: [PATCH] Fixed a path --- flake.lock | 75 ++++++++++++++++++++++++++++++++++++++-- hosts/common/modules.nix | 2 +- 2 files changed, 73 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 0e8e5cf..5c5984b 100644 --- a/flake.lock +++ b/flake.lock @@ -49,6 +49,24 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": "nixpkgs-lib" + }, + "locked": { + "lastModified": 1768135262, + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -431,6 +449,25 @@ "type": "github" } }, + "nix-gaming": { + "inputs": { + "flake-parts": "flake-parts", + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1768874893, + "narHash": "sha256-1WCbVm2Dqqb+HEuahu06l8lQ393P8jIAHEjM3jhm4gc=", + "owner": "fufexan", + "repo": "nix-gaming", + "rev": "12c404b997930a1fe8ffcaa231f85fd8ebc6338a", + "type": "github" + }, + "original": { + "owner": "fufexan", + "repo": "nix-gaming", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1767379071, @@ -447,7 +484,38 @@ "type": "github" } }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1765674936, + "narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, "nixpkgs_2": { + "locked": { + "lastModified": 1768569498, + "narHash": "sha256-bB6Nt99Cj8Nu5nIUq0GLmpiErIT5KFshMQJGMZwgqUo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "be5afa0fcb31f0a96bf9ecba05a516c66fcd8114", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1767892417, "narHash": "sha256-dhhvQY67aboBk8b0/u0XB6vwHdgbROZT3fJAjyNh5Ww=", @@ -463,7 +531,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_4": { "locked": { "lastModified": 1767379071, "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", @@ -507,7 +575,8 @@ "home-manager": "home-manager", "hyprland": "hyprland", "nix-darwin": "nix-darwin", - "nixpkgs": "nixpkgs_2", + "nix-gaming": "nix-gaming", + "nixpkgs": "nixpkgs_3", "sops-nix": "sops-nix", "spicetify-nix": "spicetify-nix" } @@ -534,7 +603,7 @@ }, "spicetify-nix": { "inputs": { - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_4", "systems": "systems_2" }, "locked": { diff --git a/hosts/common/modules.nix b/hosts/common/modules.nix index b2cbc0f..2c87624 100644 --- a/hosts/common/modules.nix +++ b/hosts/common/modules.nix @@ -2,7 +2,7 @@ # Common nixos systems modules (not nix-darwin) imports = [ ../../modules/common/nix.nix - ../../modules/common/swap.nix + ../../modules/nixos/swap.nix ../../modules/nixos/locale.nix # For localisation options ../../modules/common/ssh.nix ../../modules/nixos/bootloader.nix