summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-10-22 16:50:46 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-10-22 16:50:46 +0200
commit55d6697bed7f86ee3e9e90430e751372dce92579 (patch)
treebf860107df135446514bc6aa1ffeab137ae3cc4d /flake.nix
parent791b95cd71cc2184e7c83e8a297c808eacab2ed5 (diff)
downloadnixos-master.tar.gz
nixos-master.tar.bz2
nixos-master.zip
Heroic LauncherHEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 6930228..18babe5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,11 +3,11 @@
inputs = {
# Nixpkgs
- nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
- nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ #nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Home manager
- home-manager.url = "github:nix-community/home-manager/release-23.05";
+ home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Nix Colors
Software created with 💖