diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 1701a93..0000000 --- a/flake.lock +++ /dev/null @@ -1,87 +0,0 @@ -{ - "nodes": { - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1720042825, - "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "release-24.05", - "repo": "home-manager", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1722651103, - "narHash": "sha256-IRiJA0NVAoyaZeKZluwfb2DoTpBAj+FLI0KfybBeDU0=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "a633d89c6dc9a2a8aae11813a62d7c58b2c0cc51", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-24.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-unstable": { - "locked": { - "lastModified": 1722630782, - "narHash": "sha256-hMyG9/WlUi0Ho9VkRrrez7SeNlDzLxalm9FwY7n/Noo=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "d04953086551086b44b6f3c6b7eeb26294f207da", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable", - "rust-overlay": "rust-overlay" - } - }, - "rust-overlay": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1722738111, - "narHash": "sha256-cWD5pCs9AYb+512/yCx9D0Pl5KcmyuXHeJpsDw/D1vs=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "27ec296d93cb4b2d03e8cbd019b1b4cde8c34280", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/flake.nix b/flake.nix index 71c843b..9525773 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ outputs = { self, + rust-overlay, nixpkgs, home-manager, ... @@ -64,7 +65,7 @@ modules = [ # > Our main nixos configuration file < ./hosts/blackstar/nixos/configuration.nix - ./modules/nixos/rust-toolchain.nix + ./modules/nixos/rust-toolchain.nix ]; }; rogue = nixpkgs.lib.nixosSystem { diff --git a/modules/nixos/rust-toolchain.nix b/modules/nixos/rust-toolchain.nix index 8d27bb2..b79200e 100644 --- a/modules/nixos/rust-toolchain.nix +++ b/modules/nixos/rust-toolchain.nix @@ -3,6 +3,7 @@ outputs, lib, config, + rust-overlay, pkgs, ... }: { diff --git a/result b/result deleted file mode 120000 index 10ad709..0000000 --- a/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/x45jgnkavr4sj9nmvinw3wi3zk66zjpn-home-manager-generation \ No newline at end of file