move from unstable to 23.11

This commit is contained in:
Aria Nolan 2024-01-19 08:46:46 -05:00
parent 4e3e13363d
commit a43d37b3f4
4 changed files with 9 additions and 6 deletions

View file

@ -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"
}

View file

@ -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";

View file

@ -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;

View file

@ -12,7 +12,7 @@
home = {
username = "tacocat";
homeDirectory = "/home/tacocat";
stateVersion = "24.05";
stateVersion = "23.11";
sessionVariables = {
EDITOR = "hx";
BAT_THEME = "ansi";