From bdffd5618f162e07ef567aa7cf9c59fff531fc4f Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 15 Jun 2024 18:48:17 +0200 Subject: [PATCH] hmmmmm --- flake.lock | 49 ++++++++++++++++++++++++++------ flake.nix | 2 +- nixos/hardware-configuration.nix | 2 +- 3 files changed, 42 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 8f0e1a16..41cea3d0 100644 --- a/flake.lock +++ b/flake.lock @@ -7,32 +7,47 @@ ] }, "locked": { - "lastModified": 1714043624, - "narHash": "sha256-Xn2r0Jv95TswvPlvamCC46wwNo8ALjRCMBJbGykdhcM=", + "lastModified": 1718243258, + "narHash": "sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU=", "owner": "nix-community", "repo": "home-manager", - "rev": "86853e31dc1b62c6eeed11c667e8cdd0285d4411", + "rev": "8d5e27b4807d25308dfe369d5a923d87e7dbfda3", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.11", "repo": "home-manager", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1713995372, - "narHash": "sha256-fFE3M0vCoiSwCX02z8VF58jXFRj9enYUSTqjyHAjrds=", + "lastModified": 1718318537, + "narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "dd37924974b9202f8226ed5d74a252a9785aedf8", + "rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.11", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1718208800, + "narHash": "sha256-US1tAChvPxT52RV8GksWZS415tTS7PV42KTc2PNDBmc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "cc54fb41d13736e92229c21627ea4f22199fee6b", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } @@ -40,7 +55,23 @@ "root": { "inputs": { "home-manager": "home-manager", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "nixpkgs-stable": "nixpkgs-stable", + "systems": "systems" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "id": "systems", + "type": "indirect" } } }, diff --git a/flake.nix b/flake.nix index fec41c33..e468dc59 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ outputs = { self, nixpkgs, - home-manager + home-manager, systems, ... } @ inputs: let diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 7560c038..a8e10e89 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -10,7 +10,7 @@ boot.kernalModules = [ "kvm-amd ]; boot.extraModulePackages = [ ]; - filesSystems."/" = + fileSystems."/" = { device = "/dev/disk/by-uuid/66495946-e6f4-48db-bab3-e1d4cafc326d"; fsType = "ext4"; };