From a837266f6cfe09804eb5a2b8dbfd290616303588 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 22 Jan 2024 12:18:45 -0500 Subject: [PATCH] Revert "move from unstable to 23.11" This reverts commit a43d37b3f4f89e237fc1386d7585d30eac198334. --- flake.lock | 8 ++++---- flake.nix | 2 +- modules/nixos-common.nix | 3 --- users/tacocat/home.nix | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 2626fcb..db61286 100644 --- a/flake.lock +++ b/flake.lock @@ -195,16 +195,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1705458851, - "narHash": "sha256-uQvEhiv33Zj/Pv364dTvnpPwFSptRZgVedDzoM+HqVg=", + "lastModified": 1705316053, + "narHash": "sha256-J2Ey5mPFT8gdfL2XC0JTZvKaBw/b2pnyudEXFvl+dQM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8bf65f17d8070a0a490daf5f1c784b87ee73982c", + "rev": "c3e128f3c0ecc1fb04aef9f72b3dcc2f6cecf370", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.11", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index b71648e..ebab468 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; helix.url = "github:helix-editor/helix/master"; home-manager = { url = "github:nix-community/home-manager"; diff --git a/modules/nixos-common.nix b/modules/nixos-common.nix index 40e4de1..8caac2d 100644 --- a/modules/nixos-common.nix +++ b/modules/nixos-common.nix @@ -102,9 +102,6 @@ }; nixpkgs.config.allowUnfree = true; - nixpkgs.config.permittedInsecurePackages = [ - "electron-25.9.0" - ]; programs.nix-index.enable = true; programs.command-not-found.enable = false; diff --git a/users/tacocat/home.nix b/users/tacocat/home.nix index f503f48..af0f5ed 100644 --- a/users/tacocat/home.nix +++ b/users/tacocat/home.nix @@ -12,7 +12,7 @@ home = { username = "tacocat"; homeDirectory = "/home/tacocat"; - stateVersion = "23.11"; + stateVersion = "24.05"; sessionVariables = { EDITOR = "hx"; BAT_THEME = "ansi";