updated nix flake

feat/kile-v2
Ricard Illa 2023-02-06 18:27:01 +01:00
parent d422c84561
commit 37f49f54a7
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 20 additions and 20 deletions

View File

@ -29,11 +29,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1674250603, "lastModified": 1675637696,
"narHash": "sha256-SBolFspxBHpW3hCCDNAFXUiO2mucmkVmf17UmSIK3Cs=", "narHash": "sha256-tilJS8zCS3PaDfVOfsBZ4zspuam8tc7IMZxtGa/K/uo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "275ab728912006eecb549338a50f24f294a7cfb7", "rev": "c43d4a3d6d9ef8ddbe2438362f5c775b4186000b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -45,11 +45,11 @@
}, },
"impermanence": { "impermanence": {
"locked": { "locked": {
"lastModified": 1668668915, "lastModified": 1675359654,
"narHash": "sha256-QjY4ZZbs9shwO4LaLpvlU2bO9J1juYhO9NtV3nrbnYQ=", "narHash": "sha256-FPxzuvJkcO49g4zkWLSeuZkln54bLoTtrggZDJBH90I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "impermanence", "repo": "impermanence",
"rev": "5df9108b346f8a42021bf99e50de89c9caa251c3", "rev": "6138eb8e737bffabd4c8fc78ae015d4fd6a7e2fd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -60,11 +60,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1673803274, "lastModified": 1674550793,
"narHash": "sha256-zaJDlHFXewT4KUsidMpRcPE+REymGH1Y3Eoc3Pjv4Xs=", "narHash": "sha256-ljJlIFQZwtBbzWqWTmmw2O5BFmQf1A/DspwMOQtGXHk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "7bd6b87b3712e68007823e8dd5c37ee9b114fee3", "rev": "b7ac0a56029e4f9e6743b9993037a5aaafd57103",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -76,11 +76,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1674120619, "lastModified": 1675545634,
"narHash": "sha256-xLT1FQl7/jNPOEq5q/vmc3AExt1V9LtcjM+QY2+MUpA=", "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d7705c01ef0a39c8ef532d1033bace8845a07d35", "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -91,11 +91,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1674971084, "lastModified": 1675600654,
"narHash": "sha256-YxBWj2t75Jun+NJUwr2vvtcfLwvGcazSo+pnNxpt+tU=", "narHash": "sha256-ipsDTkzRq1CAl2g5tYd7ugjVMSKF6KLh9F+5Kso0lT0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "22c4a7a4796a91c297a7e59078a84ec29515f86e", "rev": "cff83d5032a21aad4f69bf284e95b5f564f4a54e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -32,13 +32,13 @@
}); });
}) })
(self: super: { esphome = stablePkgs.esphome; }) # I need the stable version of river to keep it compatible with kile
(self: super: { river = stablePkgs.river; })
# these packages seem to be broken on the unstable channel, so I'm using
# the stable versions for now
(self: super: { helvum = stablePkgs.helvum; }) (self: super: { helvum = stablePkgs.helvum; })
(self: super: { khal = stablePkgs.khal; }) (self: super: { khal = stablePkgs.khal; })
(self: super: { platformio = stablePkgs.platformio; })
(self: super: { river = stablePkgs.river; })
(self: super: { vagrant = stablePkgs.vagrant; })
]; ];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.