From de0f3bb1e9f65de53373a1ab0a773ad4a9bb9bcb Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 27 Sep 2023 16:21:17 -0700 Subject: moved to unstable channel --- flake.lock | 15 +++++++-------- flake.nix | 4 ++-- hosts/morpheus/configuration.nix | 6 ++++++ 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 02c8e3a..df5d478 100644 --- a/flake.lock +++ b/flake.lock @@ -28,32 +28,31 @@ ] }, "locked": { - "lastModified": 1695108154, - "narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=", + "lastModified": 1695738267, + "narHash": "sha256-LTNAbTQ96xSj17xBfsFrFS9i56U2BMLpD0BduhrsVkU=", "owner": "nix-community", "repo": "home-manager", - "rev": "07682fff75d41f18327a871088d20af2710d4744", + "rev": "0f4e5b4999fd6a42ece5da8a3a2439a50e48e486", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.05", "repo": "home-manager", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1695559356, - "narHash": "sha256-kXZ1pUoImD9OEbPCwpTz4tHsNTr4CIyIfXb3ocuR8sI=", + "lastModified": 1695644571, + "narHash": "sha256-asS9dCCdlt1lPq0DLwkVBbVoEKuEuz+Zi3DG7pR/RxA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "261abe8a44a7e8392598d038d2e01f7b33cf26d0", + "rev": "6500b4580c2a1f3d0f980d32d285739d8e156d92", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.05", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 159b4be..cd0d353 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,10 @@ { description = "My nix config"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index c3667f1..7b39b4b 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix @@ -12,6 +12,12 @@ casks = [ "brave-browser" "karabiner-elements" ]; }; + nix = { + extraOptions = '' + experimental-features = nix-command flakes + ''; + }; + system.activationScripts.applications.text = pkgs.lib.mkForce ( '' echo "setting up ~/Applications..." >&2 -- cgit v1.2.3