diff --git a/flake.lock b/flake.lock index db61286..2626fcb 100644 --- a/flake.lock +++ b/flake.lock @@ -195,16 +195,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1705316053, - "narHash": "sha256-J2Ey5mPFT8gdfL2XC0JTZvKaBw/b2pnyudEXFvl+dQM=", + "lastModified": 1705458851, + "narHash": "sha256-uQvEhiv33Zj/Pv364dTvnpPwFSptRZgVedDzoM+HqVg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c3e128f3c0ecc1fb04aef9f72b3dcc2f6cecf370", + "rev": "8bf65f17d8070a0a490daf5f1c784b87ee73982c", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index ebab468..b71648e 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; 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 8caac2d..40e4de1 100644 --- a/modules/nixos-common.nix +++ b/modules/nixos-common.nix @@ -102,6 +102,9 @@ }; 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 af0f5ed..f503f48 100644 --- a/users/tacocat/home.nix +++ b/users/tacocat/home.nix @@ -12,7 +12,7 @@ home = { username = "tacocat"; homeDirectory = "/home/tacocat"; - stateVersion = "24.05"; + stateVersion = "23.11"; sessionVariables = { EDITOR = "hx"; BAT_THEME = "ansi";