about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-19 15:59:20 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:12 +0200
commit8e995cdaff1c66f146b8315b841f557c36db85f5 (patch)
tree39de27b8adac599e858c3e9398676b4f302ae269 /flake.nix
parentFix(flake): Change to master for a firefox update (diff)
downloadnixos-config-8e995cdaff1c66f146b8315b841f557c36db85f5.tar.gz
nixos-config-8e995cdaff1c66f146b8315b841f557c36db85f5.zip
Revert: "Fix(flake): Change to master for a firefox update"This reverts commit 9dfd318fda1d80d49136cb304427c5acb3374516.Compiling Firefox from source is not worth it.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 17afbdb6..1925b1db 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
   description = "Nixos system config";
 
   inputs = {
-    nixpkgs.url = "github:NixOS/nixpkgs/master";
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
     home-manager = {
       url = "github:nix-community/home-manager/master";
       inputs = {